projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09e5712
)
(hack-local-variables): Ignore `char-trans' as well as `coding'.
author
Kenichi Handa
<handa@m17n.org>
Fri, 2 Jun 2006 06:34:00 +0000
(06:34 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 2 Jun 2006 06:34:00 +0000
(06:34 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 65baa60e173e97970b176f7a03f979ccbcdc0dde..a8016a0262ef5a925cfa564a5895d2eb06ce8072 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2582,7
+2582,7
@@
is specified, returning t if it is specified."
(if mode-only
(if (eq var 'mode)
(setq result t))
- (unless (
eq var 'coding
)
+ (unless (
or (eq var 'coding) (eq var 'char-trans)
)
(condition-case nil
(push (cons (if (eq var 'eval)
'eval